PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFStitchingFunction Class / getFunctions Method
In This Topic
    getFunctions Method
    In This Topic
    Gets the sub-functions that make up this function.
    The output dimensionality of all functions must be the same, and compatible with the value of if present.
    Syntax
    public PDFFunctionCollection getFunctions()

    Return Value

    An array of k 1-input functions making up the stitching function.
    See Also